google.golang.org/grpc.baseCodec.Unmarshal (method)

3 uses

	google.golang.org/grpc (current package)
		codec.go#L33: 	Unmarshal(data mem.BufferSlice, v any) error
		rpc_util.go#L942: 	if err := c.Unmarshal(data, m); err != nil {
		server.go#L1404: 		if err := s.getCodec(stream.ContentSubtype()).Unmarshal(d, v); err != nil {